Trivial
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 May 2019 21:52:15 +0000 (21:52 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 May 2019 04:08:39 +0000 (00:08 -0400)
gsk/gskrendernode.c

index 2e4753a2e010db9b497d613d0f5e5c80b7d6f3c5..b19396c961945baea945b701d77ef289a3c75e9d 100644 (file)
@@ -231,9 +231,9 @@ gsk_render_node_draw (GskRenderNode *node,
  * @node1: a #GskRenderNode
  * @node2: the #GskRenderNode to compare with
  *
- * Checks if 2 render nodes can be expected to be compared via
+ * Checks if two render nodes can be expected to be compared via
  * gsk_render_node_diff(). The node diffing algorithm uses this function
- * to match up similar nodes to compare when trying to minimze the
+ * to match up similar nodes to compare when trying to minimize the
  * resulting region.
  *
  * Nodes of different type always return %FALSE here.